| Einhugur Word Plugin for Xojo |
|
Hyperlink.Runs Method
Returns RunIterator for the runs in the hyperlink. This function is for using with for each statements.
Parameters
Returns
- EinhugurWord.RunIterator
Remarks
Usage:
for each it as Run in para.Runs
next
Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.
See Also
Hyperlink Class